From 48b0bde4bb45a5f05a71058d70606ec19c7f0f56 Mon Sep 17 00:00:00 2001 From: "cwc22@centipede.cl.cam.ac.uk" Date: Tue, 8 Mar 2005 17:36:07 +0000 Subject: [PATCH] bitkeeper revision 1.1236.9.4 (422de287K2jrgIwhqpseOXIo8w8acA) tidying up debug msgs --- xen/common/grant_table.c | 6 ++++-- xen/include/xen/grant_table.h | 2 -- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xen/common/grant_table.c b/xen/common/grant_table.c index e1069471d9..b8f76dff06 100644 --- a/xen/common/grant_table.c +++ b/xen/common/grant_table.c @@ -22,6 +22,8 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#define GRANT_DEBUG 1 + #include #include #include @@ -702,8 +704,8 @@ gnttab_check_unmap( /* TODO: beat the caller around the head with a brick. * have to walk the grant tables to find this thing. */ - DPRINTK("gnttab_check_unmap remote dom(%d) local dom(%d) frame (%x) flags(%x).\n", - rd->id, ld->id, frame, readonly); + /*DPRINTK("gnttab_check_unmap remote dom(%d) local dom(%d) frame (%x) flags(%x).\n", + rd->id, ld->id, frame, readonly);*/ return 0; } diff --git a/xen/include/xen/grant_table.h b/xen/include/xen/grant_table.h index 2a484c4a29..c161667cdf 100644 --- a/xen/include/xen/grant_table.h +++ b/xen/include/xen/grant_table.h @@ -27,8 +27,6 @@ #include #include -#define GRANT_DEBUG 1 - /* Active grant entry - used for shadowing GTF_permit_access grants. */ typedef struct { u32 pin; /* Reference count information. */ -- 2.30.2